home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Language / Word Herd 2.0 / Word Herd 2.0 / card_25471.txt < prev    next >
Text File  |  1993-05-31  |  2KB  |  81 lines

  1. -- card: 25471 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 17973
  5. -- name: dog 1
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   click at the location of card field "show"
  9. end mouseUp
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=142 top=292 right=340 bottom=338
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 20
  20. -- text size: 40
  21. -- style flags: 0
  22. -- line height: 53
  23. -- part name: show
  24.  
  25.  
  26. -- part 4 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=411 top=10 right=97 bottom=498
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: sun
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   FarSun
  41. end mouseUp
  42.  
  43. on walkyTalky
  44.   global speak
  45.   put empty into card field "show" of card "dog 1"
  46.   go next
  47.   play speak
  48.   wait until the sound is "done"
  49.   go prev
  50.   go next
  51.   play speak
  52.   wait until the sound is "done"
  53.   go prev
  54.   wait 50
  55.   go card "level 1"
  56. end walkyTalky
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. -- part 5 (button)
  64. -- low flags: 00
  65. -- high flags: 0000
  66. -- rect: left=425 top=285 right=342 bottom=512
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: eraser
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   put empty into card field "show"
  78.   click at the loc of card field "show"
  79. end mouseUp
  80.  
  81.